home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gqtcurrenttime, gqtcurrentmovie, gPcVidSprite
- gPcVidSprite = 52
- end
-
- on stopMovie
- global gqtcurrenttime
- gqtcurrenttime = 0
- stopmovieqt()
- end
-
- on checkCursors
- global gMagCursor
- set the castNum of sprite 46 to the number of member "curs1"
- if rollOver(4) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- repeat with i = 10 to 13
- if rollOver(i) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- end repeat
- if rollOver(16) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- if rollOver(18) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- if rollOver(20) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- if rollOver(22) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- repeat with i = 23 to 27
- if rollOver(i) then
- set the castNum of sprite 46 to the number of member "hotCursor"
- end if
- end repeat
- if rollOver(40) then
- set the castNum of sprite 46 to the number of member "nonCursor"
- end if
- if rollOver(41) then
- set the castNum of sprite 46 to the number of member "nonCursor"
- cursor(-1)
- end if
- end
-